Live freelance tracking. Raw descriptions turned into structured data. Find your next tech project without the noise.
upwork.com 🟡 2026-05-08
🔹 Automate UK IPO Trademark Register Lookups for Company Names
👤 Client: 🇬🇧 United Kingdom Member since 2026-05-07
💰 Price: $250
🚩 Problem: Need a Python script to automate trademark searches on the UK IPO register for multiple company names.
📦 Existing: Not specified
Specifications:
[Target] Automate lookup of trademarks for company names from a CSV file.
[Method] Use Selenium or Playwright for browser automation, handle JavaScript rendering.
[UI/UX] N/A
[Stack] Python, Selenium/Playwright, CSV handling
[Security] Ensure no sensitive data exposure in script. Random delays to avoid rate limits.
[Format] Output two CSV files: one with companies without registered trademarks and another with a 'uk_trademark_registered' column.
Workflow:
Install necessary libraries (Selenium or Playwright, pandas) locally on Mac.
Write Python script to read input CSV file containing company names.
Automate browser session using Selenium/Playwright to navigate UK IPO trademark search page.
For each company name, perform a search and determine if a registered trademark exists.
Output results into two CSV files: one with companies without registered trademarks and another with 'uk_trademark_registered' column (Yes/No).
Include random delays between requests to avoid rate limits.